home *** CD-ROM | disk | FTP | other *** search
/ Hand Picked Software / Hand Picked Software.iso / sayit.doc < prev    next >
Text File  |  1995-03-13  |  2KB  |  71 lines

  1. Play Any File through SoundBlaster - version 1.2 July 1993
  2.  
  3. SUMMARY:
  4.  
  5.         PLANY input_file [-r speed] [-s] [-u] [-i irq] [-p port] [-v]
  6.  
  7.         input_file: Sound file name. Required
  8.         -r:    set output rate (samples/sec)
  9.         -s:    sample is signed
  10.         -u:    sample is U_LAW
  11.         -i:    IRQ. default from BLASTER variable, or 7
  12.         -p:    port. default from BLASTER variable, or 544. (220h)
  13.         -v:    verbose output
  14.  
  15.  
  16. DESCRIPTION:
  17.  
  18.         PLANY will play any sound file through the SoundBlaster.
  19.         Currently supported sound types:
  20.  
  21.                 SoundBlaster .VOC
  22.                 Sun/NeXT/DEC .AU
  23.                 Windows .WAV
  24.                 Sounder/Soundtools .SND
  25.                 Amiga .8SVX  .IFF
  26.  
  27.         In addition, PLANY will attempt to detect and play the sound 
  28.         samples contained in Amiga .MOD files.
  29.  
  30.         If PLANY is unable to identify the header of the sound file,
  31.         it will default to 'unsigned' and '11000 samples/sec', unless
  32.         changed by command line options.
  33.  
  34.         Press any key during playback to terminate output.
  35.  
  36.  
  37. SELF PLAYING SOUND FILES:
  38.  
  39.         To make an 'executable' sound file, append the sound file to
  40.         the end of PLANY.EXE.  For example:
  41.  
  42.                 COPY/B  PLANY.EXE+SOUND.SND  SOUND.EXE
  43.  
  44.         will create 'SOUND.EXE' which will play 'SOUND.SND' when executed.
  45.         Note that the '/B' switch on the COPY command is required.
  46.  
  47.  
  48.  
  49. REFERENCES:
  50.  
  51.         SBlast-BSD-1.4  - Sound Blaster BSD Unix device driver
  52.                                 Steve Haehnichen
  53.  
  54.         SBDOS           - MS-DOS Sound Blaster driver
  55.                                 Michael Fulbright
  56.  
  57.         SBDAC           - Sound Blaster DMA
  58.                                 Jeff Bird
  59.  
  60.         SOX             - Sound Exchange universal sound sample translator
  61.                                 Lance Norskog
  62.                                 Guido van Rossum
  63.                                 Jef Poskanzer
  64.                                 Bill Neisius
  65.  
  66.  
  67. COMMENTS/SUGGESTIONS:
  68.         
  69.         Bill Neisius
  70.         bill@solaria.hac.com
  71.